home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / sf33_2.zip / SF33DOCS.ZIP / SF-DESQ.DOC next >
Text File  |  1993-03-03  |  6KB  |  134 lines

  1.       
  2.  
  3.                                   SF-DESQ.DOC
  4.                      Running SPITFIRE v3.3 with DESQview 386
  5.           
  6.                                SPITFIRE - Version 3.3
  7.                      Copyright (C) by Mike Woltz, 1987-1993
  8.                                Buffalo Creek Software
  9.  
  10.  
  11.         RUNNING SPITFIRE 3.3 UNDER DESQVIEW 386
  12.         ---------------------------------------
  13.  
  14.         In order to run SPITFIRE v3.3 under DESQview 386, Sysops need to
  15.         create a .DVP (DESQview Program Information File).  DESQview uses
  16.         DVPs to run DOS applications.  A DVP file tells DESQview the name and
  17.         location of the DOS (non-DESQview application) program being run and
  18.         describes the necessary memory and hardware requirements.  A DVP
  19.         file is required whether running one or multiple nodes.
  20.  
  21.         To create a DVP file, select Open Window, then Add a Program from the
  22.         popup DESQview menu that appears when the ALT key is tapped.  See below
  23.         for further information.
  24.  
  25.         Memory Requirements:
  26.         -------------------
  27.  
  28.         SPITFIRE v3.3 requires 256K of RAM per node. If the BBS includes
  29.         programs that are run from DOS using SFMAIN.BAT, SFMESS.BAT or
  30.         SFFILE.BAT, Sysops need to allocate more memory depending upon the
  31.         size of the application that they are running.  This is necessary
  32.         because SPITFIRE is still in memory at this time.  It is
  33.         therefore recommended that at least two megabytes be installed
  34.         on a system that is to run SPITFIRE in a DESQview environment.
  35.         Since a disk cache dramatically improves performance when
  36.         multitasking, it is recommended that one be used with DESQview.
  37.         A more realistic setup would be 4MB of RAM with a 2MB cache.
  38.  
  39.         Hardware Requirements:
  40.         ---------------------
  41.  
  42.         A 386SX or 386DX or greater is required to run DV in 386 mode.  Doing
  43.         so involves running XDV.COM which places itself in high memory and
  44.         activates the true multitasking capabilities of 386 Protected Mode.
  45.  
  46.         DVP File Setup:
  47.         --------------
  48.  
  49.         Below are suggested settings for the DVP file that is needed.
  50.         Settings will vary with different systems.  It is VERY important to
  51.         set Close on exit to [N]; otherwise, the window will disappear after
  52.         EVERY call!  Some items are blank, some are the defaults, and some
  53.         are suggested settings.  Careful comparison and a little thought is
  54.         needed to optimize a system for DESQview.
  55.  
  56.                                  Change A Program
  57.  
  58.         Program Name............:SPITFIRE v3.3 Node 1
  59.  
  60.         Keys to Use on Open Menu:SF                 Memory Size (in K):500
  61.  
  62.         Program...:SF1D.BAT
  63.  
  64.         Parameters:
  65.  
  66.         Directory.: C:\SF
  67.         ------------------------------------------------------------------
  68.         Options:
  69.                    Writes text directly to screen.......:[Y]
  70.                    Displays graphics information........:[N]
  71.                    Virtualize text/graphics (Y,N,T).....:[T]
  72.                    Uses serial ports (Y,N,1,2)..........:[1]
  73.                    Requires floppy diskette.............:[N]
  74.  
  75.         Press F1 for advanced options           Press <- when you are DONE
  76.         ------------------------------------------------------------------
  77.                          Change a Program Advanced Options
  78.  
  79.         System Memory (in K)........0  Maximum Program Memory Size (in K)
  80.  
  81.         Script Buffer Size.......1000  Maximum Expanded Memory Size (in K)
  82.  
  83.         Text Pages: 1  Graphics Pages: 0 Initial Mode: Interrupts:00 to FF
  84.         ------------------------------------------------------------------
  85.         Window Position:
  86.           Maximum Height: 25     Starting Height:    Starting Row....:
  87.           Maximum Width.: 80     Starting Width.:    Starting Column.:
  88.         ------------------------------------------------------------------
  89.                                   Shared Program
  90.         Pathname..:
  91.         Data......:
  92.         ------------------------------------------------------------------
  93.         Close on exit (Y,N,blank)..:[N]  Uses its own colors...........[Y]
  94.         Allow Close Window Command.:[Y]  Runs in background (Y,N,blank)[Y]
  95.         Uses math coprocessor......:[N]  Keyboard conflict (0-F).......[0]
  96.         Share CPU when foreground..:[Y]  Share EGA when foreground/zoom[Y]
  97.         Can be swapped out (Y,N,bl):[N]  Protection level (0-3)........[0]
  98.  
  99.         Press F1 for standard options           Press <- when you are DONE
  100.         ------------------------------------------------------------------
  101.  
  102.         Starting It All Up:
  103.         ------------------
  104.  
  105.         If ANSI Graphics are featured on the SPITFIRE BBS, Sysops MUST load
  106.         DVANSI.COM, a file that comes with the DESQview software, before
  107.         opening each SPITFIRE window.  To do so, create a batch file such as:
  108.  
  109.         (SF1D.BAT)
  110.  
  111.         C:
  112.         CD C:\DV
  113.         DVANSI
  114.         CALL SF1.BAT
  115.  
  116.         As above, DESQview runs SF1D.BAT, not SF1.BAT directly when it is run
  117.         by the DVP file described.  In order to have DESQview load the SF DVP
  118.         applications immediately, hit SHIFT+ALT when the DESQview Menu is
  119.         displayed.  This will enter Learn mode.  Select Start Script, and then
  120.         select the key that should activate this macro and run the script. Make
  121.         sure that the Script Name begins with an Exclamation point (!).  The
  122.         Script that begins with an ! will be automatically loaded.  Give the
  123.         Script a name like !STARTUP.  Then, hit the exact keystrokes that are
  124.         used to start the "default" startup windows.  When all of the windows
  125.         are on the screen, hit SHIFT+ALT a second time.  The Learn Menu will
  126.         reappear.  Select Finish Script to end this Script Macro recording.
  127.         When exiting DESQview next, tell it to Save Scripts.
  128.  
  129.         Make sure to have the AUTOEXEC.BAT end with the line "XDV". This will
  130.         enable the system to boot DESQview which will in turn boot the SPITFIRE
  131.         Setup in case  of a power interruption.
  132.  
  133.  
  134.